object frm_MLADate: Tfrm_MLADate Left = 522 Top = 262 BorderStyle = bsDialog Caption = 'Select date' ClientHeight = 232 ClientWidth = 217 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object btOK: TButton Left = 16 Top = 192 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object btCancel: TButton Left = 120 Top = 192 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object mc: TMonthCalendar Left = 0 Top = 0 Width = 217 Height = 177 Date = 39611.600664421300000000 FirstDayOfWeek = dowMonday TabOrder = 2 OnDblClick = mcDblClick end end